skip to Main Content

Xcode Version 15.0 beta 2, Info.plist file Error

In my Objective-C MobileApp project, the project was running well in Xcode 14.3. But after upgrading to Xcode 15 beta, I'm getting this issue. Info.plist Error Unable to process Info.plist at path /Users/macmini2/Library/Developer/Xcode/DerivedData/MobileApp-aqrnzgrjfzndxq/Build/Products/Debug-iphoneos/MobileApp.app/Info.plist How can I fix this issue? Here…

VIEW QUESTION

Xcode Cloud Build – Unable to load contents of file

I can't get Xcode Cloud past these "Unable to load contents of file list: '/Target Support Files/Pods-MyApp/Pods-MyApp-frameworks-Release-output-files.xcfilelist'" errors. I've tried: pod deintegrate/install cleaning and restarting Xcode (14.3) verified that the xcfilelist paths exist on my machine removed input files from…

VIEW QUESTION

xcode 15, c++ compilation errors

I just installed xcode 15 (because git wouldn't work without doing so). I didn't note what version I had before. Now I can't compile some c++ code, which was compiling perfectly well before. when I try to make, the following…

VIEW QUESTION
Back To Top
Search