google-ar / arcore-unity-sdk

ARCore SDK for Unity
https://developers.google.com/ar
Other
1.4k stars 403 forks source link

[iOS] xcworkspace is not generated #721

Closed danieloquelis closed 4 years ago

danieloquelis commented 4 years ago

SPECIFIC ISSUE ENCOUNTERED

When I tried to build a unity project for iOS , it doesn't generate xcworkspace and I can't notice the Podfile.

I thought I was a problem with the installation of cocoa pods but I tried to uninstall and reinstall it many times from my terminal even I tried using Unity ... Assets/External Dependency Manager/iOS Resolver/Install Cocoapods .. and when I use that way there is a WARNING: You don't have /Users/danieloquelis/.gem/ruby/2.6.0/bin in your PATH, gem executables will not run.

but I added the path using sudo nano ~/.zshrc, even I tried to add ir on ~/.zshenv and ~/.zprofile and I did source for each file, I did it together, each one ..... but the warning is still there when I tried to install it by Unity.... when I install cocoa pods on terminal using 'gem install cocoapods --user-install' the warning doesn't appear but still when I rebuild my project there's not xcworkspace file :(

I've configured my Player Settings in Unity following all the steps in the Documentation of Google.

What am I doing wrong?

VERSIONS USED

danieloquelis commented 4 years ago

I fixed it.... my mistake , I forgot to add the ARkit Plugin (not AR Foundation)!!!