Questions tagged [xcode10.1]

193 questions
6
votes
1 answer

xcode pass target name to run script build phase

I'm developing a cocoapod (MySDK in the screenshot below) that runs a script as part of its installation. I need to pass the name of the main executable (i.e. SecThree) to that script, i.e. $FOO below: I thought I could use $PRODUCT_NAME,…
Eric
  • 16,003
  • 15
  • 87
  • 139
5
votes
0 answers

glog-0.3.5 getting logging.h not found in iOS

When I tried to run the app from Xcode(10.1) then getting the following error. logging.h not found. It's working fine while running an app in Android. react: 16.8.3 => 16.8.3 react-native: 0.59.8 => 0.59.8 Node: 8.11.4 Yarn: 1.16.0 …
Harsh Panchal
  • 826
  • 6
  • 16
5
votes
1 answer

Xcode 10.1 - How to fix broken copy/paste not working?

I'm intermittently encountering a frustrating bug in Xcode where the copy CMD+C does fails with the following symptoms: It clears existing item in the pasteboard It fails to copy content into pasteboard Upon pressing CMD+V a sound is playing and…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
5
votes
1 answer

Xcode 10.1 How to fix User Interface Inspector "Capturing User Interface" not working continuously loads

I updated to Xcode 10.1 today, and noticed that when trying to utilize the User Interface Inspector that it continuously loads. I utilize this feature a lot to check how constraints are behaving. Was wondering if anyone else had the same issue? …
Joshua Hart
  • 772
  • 1
  • 21
  • 31
5
votes
0 answers

Pod file breakpoints are not working in xcode 10.1 whereas its working on older version of xcode

I have one project created on XCode 9 with cocoa pods integration and debugging with breakpoints are working on this version of xocde but breakpoints are not working on XCode 10.1, However I am able to put the breakpoint on the file but it doesn't…
5
votes
1 answer

Xcode 10 Objective-C #import filename completion not working

I've upgraded to Xcode 10 and realized that filename completion in #import statements are not working properly. Here is a small part of my project: Here is what happens when I try to complete a filename: I've restarted my Mac, cleaned build…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
4
votes
1 answer

React/RCTBridge.h' file not found?

I create a react-native app. I added ibeacon manager using npm install react-native-beacons-manager react-native link react-native-beacons-manager After that when ı run project on xcode 10.1 ı got 'React/RCTBridge.h file not found' How can fix…
UYAR.C
  • 151
  • 2
  • 10
4
votes
1 answer

IOS build stack indefinitely on section "Bundle React Native code and images"

We have updated our React-Native project from RN55 to RN59 and since then, I cannot build IOS using FastLane gym. I can build and run the app from XCode, but running from the CI using FastLane it seems to stack on section "Bundle React Native code…
PoppyAnc
  • 131
  • 1
  • 2
  • 9
4
votes
1 answer

Record UI Test disabled in Xcode

Record UITest button is disabled in Xcode Deleted derived data, clean the build not solving this problem It's working fine with Xcode 10.1 Is there anything i'm missing?
Kishore Suthar
  • 2,943
  • 4
  • 26
  • 44
4
votes
5 answers

iOS Xcode 10 How to fix broken "New build system" - build.db: database is locked Possibly there are two concurrent builds

I'm having problem with the infamous: "/Users/n/Library/Developer/Xcode/DerivedData/Build/Intermediates/XCBuildData/build.db": database is locked Possibly there are two concurrent builds running in the same filesystem location How do I fix…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
4
votes
2 answers

No known class method for selector in objectiveC class found written in swift class

I have written one class function in one swift class then trying to access the same from one objectiveC class getting No known class method for selector 'myMethodName'. I have also done #import "ProjectName-Swift.h" . It was working properly with…
Tapash Mollick
  • 135
  • 1
  • 11
4
votes
1 answer

iPhone XS Max | Swift 4.2 | App crashing libsystem_kernel.dylib abort_with_payload_wrapper_internal + 104

After updating to iOS 12.1.2, and updating new version from App Store. App keeps crashing on launch. Got the report from crashlitics but not helpful. Anyone can suggest what to do? Date: 2019-01-03T06:48:00Z OS Version: 12.1.2 Device: iPhone XS…
Shashank Mishra
  • 1,051
  • 7
  • 18
4
votes
5 answers

Certifcate: Unknown, Profile: None in xcode 10.1 archive

I tried to create an ad hoc build to test push notification in production certificate. While creating ipa file, I cannot install it via iTunes and had to load ipa using xcode. I'm using Houston to test it in command line, it prompts that push…
4
votes
0 answers

Static Launch Screen Images for 11" iPad Pro and 12.9" iPad Pro

How can I update the Assets.xcassets in xcode 10.1 for the new 11" 12.9" iPad Prod any ideas?
1
2
3
12 13