I am working on an ARKit app in Xcode9 (the last beta before the GM). I've imported the mesh model, and then attached a png image as my material. When compiling, it gives me this error, "Command /usr/bin/codesign failed with exit code 1." If I take off the image and just make the whole mesh a color, it compiles fine and the app augments the model perfectly. Has anyone else come across this while using ARKit?
Xcode9 codesign error when using ARKit
245 Views Asked by JbClie At
1
There are 1 best solutions below
Related Questions in COMPILER-ERRORS
- File refuses to compile std::erase() even if using -std=g++23
- Why am I getting this error ? error CS0103: The name 'EnhancedStackTrace' does not exist in the current context
- Using custom comparator to sort a Priority Queue in C++. Keep getting invalid comparator error
- Maven (Java) does not build dependencies into a compiled file
- Gradle SAXParseException cvc-complex-type.2.4.a
- Can't resolve undefined reference to box2D C++
- ld: library 'nsl' not found, /usr/local/go/pkg/tool/darwin_arm64/link: running clang failed: exit status 1 in macOS
- Problems with converting old Fortran code
- vc++ thread constructor throwing compiler error c2672
- about "preprocessing" in PintOS compiling(C programming), There are 2-questions for referencing headers and incomplete type error
- Trying to compile GCC returns a bunch of errors
- Class not compiling
- Run java program
- Can't get any code to run on Visual Studio Code
- Why is there an error with gfortran but ifort and pgf90 do not?
Related Questions in IOS11
- Transparent Black Shade over the Navigation Bar in iPhone-X Later Notch Screen Devices in iOS App
- How to use notification service extension in Cordova FCM
- Why is my responsive, hybrid email template breaking in iPhone 7 Native mail (only)?
- How to make .endswith work in OS 11 chrome and safari?
- Named Color in user defined property border color UIButton app crash
- pod install / update on iOS11 with Xcode12.2
- UISearchController searchBar background color of text field in iOS 11
- UISearchController does not show up in iOS 12
- Swift/Combine- Assign a filtered object to a property on a class
- Is it possible to use ARReferenceImage objects created programatically from the images on iOS 11.3.1
- Can iOS DeviceCheck token remains same across 2 apps if both app has different developer but has same SDK installed?
- OpenTok Session Volume Change Doesn't work with MPVolumeView
- Bottom ion-tabs overlapping on last portion of ion-content on iOS devices
- Disable drag interaction on specific section
- dyld: Library not loaded: @rpath/ ... Reason: no suitable image found. updated device to latest update 13.3.1
Related Questions in CODESIGN
- How to skip UAC allow app to make changes check when publishing an app?
- idfv changed after ipa resign (not change bundle id)
- Xcode 15.3 Archive and Direct Distribution of App fails during notarization: The signature of the binary is invalid / unsealed contents in root dir
- pkgbuild produces a package that fails to install
- Is codeSignature required for static framework? (xcode)
- Problem accessing keychain certificate via ssh in macOS Sonoma
- Renew expired fastlane certificate from .cer file. File does not contain private key
- Got error when installing flutter release build in iOS
- PHP for Sonoma unable to build chain to self-signed root for signer
- Flutter XCode Failed to Code Sign Release
- How to perform post install codesign in CMake?
- How to distribute custom macOs app without App Store
- Failed to codesign since macOS Sonoma
- Signing Apple certificates to .NET MAUI application in macOS
- Understanding codesign on MacOS
Related Questions in ARKIT
- UE4: CodeSign Failed, get-task-allow entitlement doesn't match
- Is it possible to use Apple's ARKit to measure the length and width of an individual's foot to estimate shoe size?
- How can I detect plane and add model entity on it in visionOS?
- AR Scene Black Screen Issue in Android with AR Core AR Foundation and Niantic ARDK 3
- RealityKit - Add a line from one Model entity to center of screen as it moves
- Getting Call to main actor-isolated static method 'loadMainScene()' in a synchronous nonisolated context error in ARKit swiftui application
- Why custom created entity does not rotate with BodyAnchor's rotation?
- How to I wrap a UIKit view in SwiftUI with a delegate callback requiring a return value?
- How to Make Xcode Recognize Morph Targets in a DAE File Imported from Blender?
- ARKit not perfectly locking in user heading
- ARKit combining ARImageAnchor position with offset values
- how to get the bouding box dimension when using the object capture api in iOS17 after detecting the object
- ARKit Body Tracking head-body rotation inaccuracy when model turn back
- Unable to present an Immersive Space for id: Error Domain=FBSWorkspaceErrorDomain Code=1 "scene invalidated before create completion"
- RealityKit: VideoMaterial causing odd outline around transparent video?
Related Questions in XCODE9-BETA
- Use of unresolved identifier error when calling array in my extension code
- size of button on navigation bar Xcode9.4
- How can I move UIBarButtonItem as image to the left side using it as menu button?
- Xcode Version 9.3 beta stalling out when running simulator
- how to I solve [CoreBluetooth] API MISUSE: can only accept this command while in the powered on state in swift 4?
- Swift Add Button to SCNNode
- Cannot convert value of type 'Data' to specified type 'Data'
- Cocoapods error target overrides build setting defined
- xcode 9.2 Assest catalog issue
- SWIFT 4, Xcode 9, JSON DECODER
- Xcode 9 Continuous Integration with xcworkspace (CocoaPods)
- Tab bar menu are not selected in xcode 9
- iOS 11 changes font family while converting HTML to NSAttributedString
- Xcode9 beta - Error adding openssl & library not found for -lcrypto
- CocoaPods giving Too many arguments to function call error iOS
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I would check your build log and see exactly what the codesign command being emitted by Xcode is, then try running it on the command line after the build fails with the additional
-vflag so you get more information than -1. As a guess, I'd say your app may be missing an entitlement for handling the image. Perhaps it is accessing the camera roll?