Posts

Post not yet marked as solved
36 Replies
218k Views
Running Mojave 10.14.6Xcode 11.0 (11A420a)iOS 13.1.2iPhone 6s PlusI cannot seem to find the solution here or on Stack Overflow.When compiling, I keep getting this error:Command PhaseScriptExecution failed with a nonzero exit codeI tried in XcodeXcode > Preferences > Accountssigning in and outI have created a new Dev Cert, Distribution Cert, new PUSH certs, new provisional profilesI have tried pod updatesI have tried changing the Build Phase info with chmod +xas recommended by this posthttps://forums.developer.apple.com/thread/122796?start=0&tstart=0I have tried rebooting my phone. I have tried rebooting the computer. rebooting xcode (obviously)Don't know what else to do.
Posted
by sharpwitz.
Last updated
.
Post not yet marked as solved
1 Replies
363 Views
Our App has been in the Store for the past 8 years and have not had any issues with the icon. Recently, when I compile the App onto the iPhone 13 Pro, the app icon is blank. Strangely its PRO version shows the icon on the App Dashboard. The PRO version uses jpg for the icons and the lite version uses png. I made jpg for the lite version but that did not solve the blank icon issue for the Lite version of the App. Icons do not have alpha channels. pro version has a folder images.xcassets which holds icons for both lite and pro lite version does not have a folder images.xcassets but I am not sure if that matters? Xcode 13 iPhone 13 Pro
Posted
by sharpwitz.
Last updated
.
Post not yet marked as solved
2 Replies
686 Views
Some businesses are printing QR codes that have color gradients. My App using the native QR scan library but I can only seem to scan black and white QR codes. When scanning a QR code with Apple's camera app, it has no problem scanning the QR code that has a color gradient. But my app cannot scan the same QR code. Please advise on what line of code I need to add in order to recognize color gradient QR codes.
Posted
by sharpwitz.
Last updated
.