Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArcKit doesn't build in XCode 8.3 #5

Closed
gadgetman4u opened this issue Oct 27, 2017 · 6 comments
Closed

ArcKit doesn't build in XCode 8.3 #5

gadgetman4u opened this issue Oct 27, 2017 · 6 comments

Comments

@gadgetman4u
Copy link

I did a pod install for ArcKit which was successful, but when I build, I get the error:

“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.

I did this to upgrade to Swift 3.0, but it still fails to build. I also changed the build target to be iOS 10.3 instead of iOS 11, but still doesn't build. Is there anyway to fix this?

Thanks.

@gadgetman4u
Copy link
Author

Actually, this is the detailed error that I get:

[BCEROR]None of your accounts are a member of 'U5N7VG8DUG': An unexpected error occurred. Xcode cannot find a team matching 'U5N7VG8DUG'.
[BCEROR]No profiles for 'com.bigpaua.ArcKit-Demo-App' were found: Xcode couldn't find a provisioning profile matching 'com.bigpaua.ArcKit-Demo-App'.
“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.
[BCEROR]Code signing is required for product type 'Application' in SDK 'iOS 10.3'

@sobri909
Copy link
Owner

Hi @gadgetman4u :)

ArcKit uses Swift 4, and as such requires Xcode 9.

Hope that helps!

@gadgetman4u
Copy link
Author

gadgetman4u commented Oct 30, 2017 via email

@gadgetman4u
Copy link
Author

Hi,

Still having problems after installing XCode 9 and building.

I get these errors:

Code Signing Error: No account for team "U5N7VG8DUG". Add a new account in the Accounts preference pane or verify that your accounts have valid credentials.
Code Signing Error: No profiles for 'com.bigpaua.ArcKit-Demo-App' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.bigpaua.ArcKit-Demo-App'.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.0'

Do I need to create a new account with team "U5N7VG8DUG" and create a new profile?

@sobri909
Copy link
Owner

Hey :) Did you get this figured out?

If not, you need to change the "Team" for the "ArcKit Demo App" target in General -> Signing. Change it to your own Developer Account, and you should be ready to go.

@gadgetman4u
Copy link
Author

gadgetman4u commented Oct 31, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants