iOS Question error compile after upgrade to 6.80

kilat kosasih

Member
Licensed User
Longtime User
Dear Sir
I am using local mac machine, I create new folder to extract new B4iBuildServer
I also add in library:
- FirebaseMacFrameworks2
- GoogleMaps.framework
- Mac-Wrappers
- PC-Libraries
- GoogleIPhoneUtilities.framework

And I try to compile, and get error like this
What must I do?

Thankyou
regards, kilat kosasih
 

Attachments

  • error.txt
    476.1 KB · Views: 201

Erel

B4X founder
Staff member
Licensed User
Longtime User
This is the relevant error message: note: Execution policy exception registration failed and was skipped: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted" (in target 'B4iProject' from project 'B4iProject')

Looks like a permissions issue.

Things to try:
1. Change the user id under Tools - Builder - Settings.
2. Make a test with the hosted builder.
3. Run Xcode and make sure that it is running properly.
 
Upvote 0

kilat kosasih

Member
Licensed User
Longtime User
Thankyou, i tray with other user id & makse sure my xcode in local machine running well with last update version.
And i tray re-compile, still error.
How, to test with hosted builder, i not have.
thankyou
 

Attachments

  • error.txt
    476.2 KB · Views: 146
Upvote 0
Top