
This will only update the Pods project itself. Installer.pods_project.build_configurations.each do |config|Ĭonfig.build_settings"] = "x86_64" This applies the fix after running pod install: post_install do |installer| Projects that come from Pods need have their build settings updated via the Podfile's post_install instead. More detail on applying this fix to Xcode/CMakeList.txt in this thread. Warning: ignoring file - link with incompatible architecture ld: warning: ignoring file /Users/./Library/Developer/Xcode/DerivedData/./Build/Products/Debug-iphonesimulator/libAAA iOS.a, building for iOS Simulator-x86_64 but attempting to link with file built for iOS Simulator-arm64Īll of the above errors/warnings were fixed by updating the build settings of every project in the workspace to build iOS Simulators for the x86_64 architecture exclusively. … not found / built for arm64 warning: framework not found ld: warning: directory not found for option '-F/Users/./Library/Developer/Xcode/DerivedData/./Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/AAA'Įrror: module map file not found :0: error: module map file '/Users/./Library/Developer/Xcode/DerivedData/./Build/Products/Debug-iphonesimulator/AAA/AAA.modulemap' not found I wanted to share the errors we encountered and how we fixed them in case anyone needs them as some of them I couldn’t find anywhere online. We’ve since fixed the issues and have iOS Simulators working again. It may also be useful to note I’m doing this on macOS Catalina 10.15.7. However, not if you’re just doing it for fun.īut there is a way to install Xcode 11 without having access to the Developer Account.After upgrading to Xcode 12 (12.4) our Cocos2d-x 3.17.2 games would no longer compile for iOS Simulators. It is a worthy subscription in case you’re a developer or an app tester. In order to access Xcode 11, one needs to be a registered developer under the Apple Developer Program. Apple has been trying to make it difficult for other people to get access and so this added step for installing iOS 13 Beta. However, this year you shall need to download Xcode 11 for installing iOS 13 Beta on your iPhone. And a few minor ones in-between the two major ones.


Just like other Operating Systems, Xcode gets a major upgrade every year. This year’s update version of Xcode is Xcode 11. It can be to install a self-developed app or project on your iPhone. Apart from that, there are couple of other reasons for downloading Xcode. You need to use Xcode for developing apps for these platforms. Xcode is a development application used for developing apps for Apple Eco-system.
