xcode10 Questions
4
Solved
I am working on one project and I want to get other application usage time. apple has launched iOS 12 and provides the new feature Screen Time. I want to know is there any way or API provided by Ap...
20
I updated Xcode to version 10 recently and started to receive a strange error when trying to build my project. I'm currently on Swift 4.0 and I did try to upgrade to swift Version 4.2. But when I d...
Karalee asked 20/9, 2018 at 0:33
5
Solved
On Xcode 10 I'm getting this build error with one of my frameworks when I do an incremental build (clean builds work):
Showing All Messages
:-1: Cycle inside LoggingSharedFramework; building could...
Linnlinnaeus asked 9/10, 2018 at 15:24
50
Every time I build a console is showing this message.
CodeSign /Users/admin/Desktop/AppStoreBuild/Project201/build/Debug-iphonesimulator/Project.app (in target: Desker)
cd /Users/admin/Desktop/App...
3
I have tried the earlier examples of asking permission to add items to the IOS calendar. They do not work with Xcode 10.1 (Swift 4.2). When I try to compile the code, I get an error. If I comment o...
3
There is many answer about dyld_shared_cache_extract_dylibs failure. Notably this link and this other one and this github issue.
None of this worked for me. I have the last iOS DeviceSupport insta...
6
I'm working on multiple projects in xcode all are hosted on GIT with each having separte repository and multiple braches. In one of my project it is showing multiple repository. This case occurs wh...
101
Solved
error: Multiple commands produce '/Users/uesr/Library/Developer/Xcode/DerivedData/OptimalLive-fxatvygbofczeyhjsawtebkimvwx/Build/Products/Debug-iphoneos/OptimalLive.app/Info.plist':
1) Target 'Opt...
Decay asked 6/6, 2018 at 10:22
8
Solved
I have upgraded to Xcode 10 on High Sierra and now the Rewarded Ad example project from AdMob complains that com.apple.commcenter.coretelephony.xpc is not working correctly.
Is there a new entitle...
Stalker asked 22/9, 2018 at 10:13
10
I just installed XCode10 and I am trying to run my code on ios8 simulator, in the process I am facing below error
"Build service could not start build operation: internal error: failed to send the...
19
Solved
8
Solved
Today I updated my Xcode from v.9.4.1 to v.10.0. Now I try to build my tvOS project and I see the following error: unexpected duplicate task: CopyPlistFile /Users/username/Library/Developer/Xcode/D...
2
Solved
In Xcode 10 code completion, the text underlying the placeholder tokens has an extra #T# before it (to see that this is so, copy and paste the inserted code template into a different text editor):
...
Pollute asked 29/6, 2018 at 0:47
4
Solved
GFF_MJ(3248,0x103f9ab80) malloc: Heap corruption detected, free list is damaged at 0x28298ffa0
*** Incorrect guard value: 0
GFF_MJ(3248,0x103f9ab80) malloc: *** set a breakpoint in malloc_error_bre...
Corotto asked 20/9, 2018 at 7:49
6
I'm trying to build my application using jenkins pipeline using shell command. Below is the command i'm using to build the app.
sh 'xcodebuild -workspace projectname.xcworkspace - allowProvisionin...
Localism asked 11/10, 2018 at 10:30
7
I have Jenkins server for autobuilding iOS project that has two targets.
Project builds with command-line utility xcodebuild.
Full commands are
/usr/bin/xcodebuild -workspace "Our project.xcwork...
Caecum asked 26/9, 2018 at 5:34
5
Every time I try to run my iOS app on Xcode 10, it fails and gives me the error "Command PhaseScriptExecution failed with a nonzero exit code"
The full error description is:
bash: /Users/Noah 1/L...
14
After migrating my framework to Xcode 10 beta (10L176w) I started to get warnings like:
Mapping architecture arm64 to x86_64. Ensure that this target's Architectures and Valid Architectures buil...
7
Solved
How to collapse all methods in a class in Xcode?
Collapsing one by one is not an option anymore.
Ormond asked 14/5, 2010 at 13:49
13
Solved
When updating to Xcode 10, iOS static library target fails to build. Way how I am trying to build it is following:
xcodebuild -target TargetName -configuration Release clean build
With Xcode 9 e...
Dogtooth asked 3/7, 2018 at 11:30
20
Solved
error: Unable to resolve build file: XCBCore.BuildFile (missingTargetProductReference("3bf83096e50de72a94699e9afc1133ebe3512682230d04680075c283a974e273")) (in target 'MyTarget')
Xcode 10 is givin...
9
Solved
I have installed swift pods for the obj c project. I got this error when I was trying to build it.
I have gone through all the solutions like deleting derived data, cleaning the build folder. S...
3
Solved
I just updated my Xcode to version 10.2 (10E125).
A moment I want to commit, I get this message:
After I click on fix:
I have filled in the information, but I’m still getting that message ab...
12
Xcode 10 Release Notes: "Code Completion for Swift image literals has been removed in Xcode 10"
So it's not a bug that I couldn't add images in the code (and run older projects). How do we then...
Grillparzer asked 18/7, 2018 at 8:40
7
Solved
I have a source code of a swift application which developed for iOS using swift 3.
I want to run it inside Xcode however it remains in loading state forever.
I have tried solutions provided in que...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.