I am trying to run custom scrip which I can run manually on command but I want that script to be run on xcode when I build the project for Any iOS device Target.
I have not specify any input or output files on this cause I don't have any requirements for that.It runs for some seconds and then xcode automatically cancelled it. can anyone guide me on this. thanks in advance.
Please see attached image for reference.
Note - Script could take 10-15 minutes of time to complete, Could this be a issue of automatically cancelled the scrip?
Post
Replies
Boosts
Views
Activity
Hello All,
I am trying to build a Document scanner where I can manually / automatically detect Documents/receipts/letters from the camera and preview it with the respective crop layer just like VNDocumentCameraViewController does.
Can someone guide me in the right direction or if anyone has any examples? I have gone through these WWDC links but didn't get good results.
https://developer.apple.com/videos/play/wwdc2021/10041/
https://developer.apple.com/videos/play/wwdc2019/234
After updating my Xcode, my Xcode is always stuck on "launching app" and the simulator is on a black screen every 2nd time I run the code.
Steps to duplicate.
Close the simulator
Build and run code
Here, Xcode runs the code perfectly.
After I made changes in the code and re-ran the code,
Xcode is now stuck on "launching app" and the simulator is on a black screen
To rerun the code, I would have to go back to step 1 again to run the app on the simulator.
Does anyone have an idea of how I can fix this?
I tried removing derived data, and changing simulators,
doing sudo xcrun simctl erase all in the terminal but didn't fix the issue.
Hello,
Why is build failing every time I try to upload to Test-flight, It Build Successful on real device and simulator as well.
I have created project in Objective c with Xcode version 4 - 5 so it is pretty much 10+ Year old code which I have managed to keep updated till now and all the iOS & Watch OS version supports are latest OS and older os as well. as in Project run without any error. So I am Uploading new build via Xcode 14.1.
Any guidance would be very helpful for me.
Thanks in advance.