Xcode9-beta2 destroyed my project/compiler/environment - ios

My project works fine in Xcode 8.3.3. When I compile my project with Xcode 9, it shows compile error in some C++ files which have been included into my project for a long time. Then I switch to Xcode 8.3.3 and just want it built successfully, however, Xcode keeps on showing the previous error in Xcode 9.
Clean project/delete derived data/relaunch Xcode/reboot/uninstall Xcode9 and reinstall Xcode 8.3.3, all of them don't work. I think some of configurations are destroyed by Xcode9-beta2.
Anyone could help.

Related

Xcode compilation unexpected results

✅ Xcode 10.2.1
I have a project, on which I worked in Xcode 10.2.1. Suddenly it started to get stuck building one of my many pods (one of 2, inconsistently). Says something like "Building <AppName>: <PodName> | Building 749 of 803 tasks". And while idle, it gets stuck "Indexing Text".
Update: This version is unable to Build or Index ANY project I try. True even for unchanged presets.
SOLVED: Restarting my machine was the solution
✅ Xcode 11.0 Beta 1
Just to test, I've opened this project in Xcode 11 Beta (1) and it worked just fine. I was able to Build and Run, Archive but not Distribute (AppStore Connect says tool is unsupported).
❌ Xcode 11.0 Beta 4
The latest available Beta, however, Builds and Runs this project with no problems, however, fails to Archive it.
Additional information
I tried cleaning, restarting; updating CocoaPods; reinstalling and reinitializing all Pods, nothing helped.
The issue appeared, seemingly, out of nowhere, not in between installing or updating any of the Pods.
It worked perfectly in Xcode 11.0 Beta 1, just as one would expect any version of Xcode to work with an .xcworkspace. No warnings, no errors, nothing.
Solved this whole thing by restarting my machine.

Apple Mach-O Linker Warning, in xcode 9.4

I update xcode version 9.4 to 10.2.1, I have created a project on xcode 9.4, run it once on xcode 10.2.1 and then delete this version and switch back to xcode 9.4 due to some reasons ... when I tried to run project on xcode 9.4 it gives lot of warnings and 198 errors
how to solve this issue.
If it's only linker errors, try to clear derived data on Xcode (Which you can access from Xcode > Preferences > Locations) and run application after clean and build. Some times your lesser disk spay might caused to these kind of issues as well.
When you opened the project on XCode 10.2.1 did you allow the project to be updated to the "recommended settings"?
It would have appeared as the yellow yield icon in the issues log.
A possible solution is to go into Time Machine (hopefully you keep backups) and revert your project folder to a copy from before you updated XCode

react-native xcode 10.1 "config.h" file not found

Recently, I upgraded from Xcode 9 to Xcode 10.1 for my existing react-native project. My RN project worked perfectly from Xcode 9, but after opening it in Xcode 10.1, I cant build my project in Xcode 10.1. It gives error saying
cant find "config.h".
I have also tried cleaning and restarting the xcode.
A somewhat obtuse quirk in 10.1 is that it switches legacy build settings to their new default. Go to your target's Workspace (or Project) Settings (File > Workspace Settings) and change Build System from New Build System back to Legacy Build System.

Unable to archive iOS app after updating to Xcode 7.3

I'm having problems archiving an iOS Swift application since the last Xcode update (Xcode 7.3), the application builds and runs correctly in debug mode but as soon as I try to archive it I get the following error:
No such module "RealmSwift"
Although it references RealmSwift it fails randomly importing this or any other pod.
The most strange point is that downgrading to Xcode 7.2.1 and Command Line tools 7.2 doesn't fix the problem.
I've clean Cocoapods cache, completely removed ~/Library/Developer folder, removed my Pods folder within the project folder. Even trying to archive with a different machine doesn't work. I rolled back to a version of the app released on Crashlytics and therefore successfully archived in the past with the same result.
Any thoughts about what could be wrong?

With Xcode 6.2 getting ibtool failed with error code 255

My project was working fine in Xcode Version 6.1.1. I had upgraded the Xcode to 6.2 and tried to build the same project for iOS8. It gave me the following error :
Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255.
I had followed the suggestion given in the below link
Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255
Like :
a. deleted my app and restarted it
b. Cleaned the project and build
c. Checked for the xib file error
Still getting the same error.
But if I revert back to previous Xcode version it works fine.
Hi also Facing the same Issue:
Try This it will works for me:
Create a ZipFile of Project
when you close Xcode 6.1
Commit you Xcode Project..
When Open Xcode 6.2
Discard all the changes.
Run the Code.It will Work.
It is Xcode StoryBoard issue.

Resources