Xcode 9.2 is the release of Xcode Tool. Xcode is the complete developer toolset used to create apps for Apple TV, Apple Watch, iPad, iPhone, and Mac. The Xcode development environment bundles the Instruments analysis tool, Simulator, and the OS frameworks in the form of tvOS SDKs, watchOS SDKs, iOS SDKs, and macOS SDKs.
Questions tagged [xcode9.2]
206 questions
2
votes
1 answer
How to fix this warning :In file included from Error?
When I update Xcode to 9.2 version,
I get this warning:
In file included from /Users/MarkWei/Desktop/Working/kd-app-ios/WangJingApp/Pods/FDStackView/FDStackView/FDStackView.m:23:
like this, many Third-party libraries got this warning, how can I…

weqeo
- 39
- 4
2
votes
0 answers
iOS Swift - PHPhotoLibrary The operation couldn’t be completed. (Cocoa error -1.)
I'm trying to save a video file to photo library. I got the following code snippet working, but I'm getting weird cocoa error -1 when trying to save a video created using UIImages with text added programmatically.
What is causing PHPhotoLibrary…

Alex Stone
- 46,408
- 55
- 231
- 407
2
votes
2 answers
Cocoapods not working Xcode 9.2
Cocoapods are installed but not working(Xcode 9.2),
I tried these solutions https://github.com/CocoaPods/CocoaPods/issues/3777. I have set Framework set paths to recursive but nothing is working for me. Even in framework directory its showing…

OhStack
- 106
- 1
- 1
- 15
2
votes
0 answers
Replacement of deprecated API OSAtomicIncrement32Barrier for atomically increment/decrement variable
I recently upgraded to XCode 9.2(macos 10.13) where I noticed that apple has deprecated some API from OSAtomic like OSAtomicIncrement32Barrier or OSAtomicDecrement32Barrier. We are using these APIs to increment or decrement our variable atomically.…

aga
- 359
- 2
- 4
- 15
2
votes
0 answers
How to fix error on Xcode 9.2. Lexical or processor issue. 'mscorlib_System_Object2689449295.h' file not found
Tried almost all solutions I found on forums, I build the Xcode on Windows and move it to the MAC and this happens. I did same thing for all my previous games and worked fine but this time this strange issue happened.
Unity 2017.2.0f3, Xcode_9.2.

Zobi Khan
- 21
- 3
2
votes
0 answers
Screen is freezing when download app from iTunes
I am facing weird problem in one of my application.
When app is in development, everything is working fine. I have install app in device by various ways :
Directly connect device and installed
Create .ipa and connect device and install via Devices…

VRAwesome
- 4,721
- 5
- 27
- 52
2
votes
1 answer
How To Import Private Frameworks to Xcode 9.2 (iOS 11) , swift
I want to test something for research purposes (not App Store!) in which I want to use the private frameworks in Xcode 9.2 (iOS 11). For that, I needed to import the private framework I want to use to my Xcode project.
But in Xcode 9.2 in folder…

nehaSingh
- 71
- 1
- 7
2
votes
1 answer
Embed Asset Packs In Product Bundle, Xcode 9.2
In previous versions of Xcode I was able to embed the asset packs in the product bundle for debugging of the ODR service. This option used to appear in BuildSettings/Assets:
Enabling Embed Asset packs
But that option no longer appears to be…

YoungBreath
- 21
- 3
2
votes
2 answers
Invalid Swift Support - The file libswiftCore.dylib doesn’t have the correct code signature
Am using Xcode 9.2, swift 4. After automatically signing the app and submitting to App Store for review, I get this email with the message:
"The file libswiftCore.dylib doesn’t have the correct code signature. Make sure you’re using the correct…

George Padmore
- 21
- 1
- 4
2
votes
0 answers
Ignore warnings for all pods
I put inhibit_all_warnings! at the top of my pod file then ran pod install and still see warnings in XCode.
Update: I was able to get it to kinda work by cleaning the project after pod installing, however, I still see warnings sporadically.

bj97301
- 342
- 1
- 13
2
votes
1 answer
No such module 'XLPagerTabStrip'
i use tutorial https://medium.com/michaeladeyeri/how-to-implement-android-like-tab-layouts-in-ios-using-swift-3-578516c3aa9 and get error No such module 'XLPagerTabStrip'
My Podfile
`# Uncomment the next line to define a global platform for your…

Jussia
- 305
- 1
- 13
2
votes
0 answers
how do you remove status bar in interface builder xcode 9.2?
I have a full screen iPad app. In interface builder if I set my view to be at the top and align with top margin or safe area then the white text show in the picture will be cut off when the app runs and the status bar is hidden.
If I instead put a…

odyth
- 4,324
- 3
- 37
- 45
2
votes
1 answer
Xcode 9.2 simulators crashing
Whenever I launch simulators on Xcode 9.2, the simualtors are crashing with multiple popups.
Xcode version: 9.2 (9C40b)
Mac OS version: 10.12.6 (16G1212)
Some of the error messages are as follows:
backboardd cannot be opened because of a…

Nimesh Chandramaniya
- 578
- 1
- 7
- 29
2
votes
2 answers
MapKit (Swift 4) Xcode 9.2 - 'Could not inset legal attribution from corner 4'
I'm doing a project that deals with a MapKit. My issue is when I run the app, I get the 'Could not inset legal attribution from corner 4.' error. What solution can I take to resolve this issue?
error:
My app screen:
user6421566
2
votes
0 answers
xcodebuild test command fails
Getting the below error on a remote system when test is run through command line or through CI. Any idea what this error means?
Check dependencies
TEST BUILD SUCCEEDED
++ echo '$ if [ $? -ne 0 ]; then echo "TestApp Build END: fail"; exit 1; else…

Shashank
- 1,743
- 1
- 14
- 20