Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSCalendar not working in updated Xcode (14.3) #1403

Open
rawatyogi opened this issue May 17, 2023 · 2 comments · May be fixed by #1409
Open

FSCalendar not working in updated Xcode (14.3) #1403

rawatyogi opened this issue May 17, 2023 · 2 comments · May be fixed by #1409

Comments

@rawatyogi
Copy link

Showing All Issues
File not found: /Users/XYZ/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a

Linker command failed with exit code 1 (use -v to see invocation)

@ducnguyen6431
Copy link

You can search Google for that but I will note the solution here btw:

Add the below code to the Podfile

post_install do |installer|
    installer.generated_projects.each do |project|
          project.targets.each do |target|
              target.build_configurations.each do |config|
                  config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
               end
          end
   end
end

Source: libarclite

@gianfilippocisternino
Copy link

Can someone of the maintainers update to a minimum deployment target higher than iOS 11?

@kerrmarin-lvmh kerrmarin-lvmh linked a pull request Aug 1, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants