ngageoint / grid-ios

Grid iOS Library
https://ngageoint.github.io/grid-ios/
MIT License
3 stars 2 forks source link

Open grid-ios.xcworkspace in Xcode or build from command line: xcodebuild -workspace 'grid-ios.xcworkspace' -scheme grid-ios build #1

Closed hbsagen closed 3 weeks ago

hbsagen commented 3 weeks ago

Describe the documentation issue I am trying to follow the following steps:

Open grid-ios.xcworkspace in Xcode or build from command line: xcodebuild -workspace 'grid-ios.xcworkspace' -scheme grid-ios build

But there is no grid-ios.xcworkspace provided

danielbarela commented 3 weeks ago

Did you pod install first?

hbsagen commented 3 weeks ago

I did not. I did work after running pod install.

But can I add it to my project without using pod further? Pod doesn't agree with my Xcode_beta.

danielbarela commented 3 weeks ago

cocoapods is what we currently support.