You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to import the project from source. My project is composed by a Workspace with the app and the pods project
From the readme:
From source
Building from raw source code is the preferred method if you wish to avoid known issues with the Google Maps iOS SDK conflicts with the library. However, you'll be lacking the automation and version updates the Cocoapods and Carthage frameworks provide.
To build from source, follow these simple steps:
Clone the repository
Add the whole PXGoogleDirections project to your own Xcode project
Add a dependency between the two projects and build
Do not forget to add the output of the PXGoogleDirections project (PXGoogleDirections.framework) to the "Embedded Binaries" section of your Xcode project's main target
What means Add the whole PXGoogleDirections project to your own Xcode project and Add a dependency between the two projects and build?
PXGoogleDirections should be added at workspace level or myproject level?
The text was updated successfully, but these errors were encountered:
Hi,
i want to import the project from source. My project is composed by a Workspace with the app and the pods project
From the readme:
From source
Building from raw source code is the preferred method if you wish to avoid known issues with the Google Maps iOS SDK conflicts with the library. However, you'll be lacking the automation and version updates the Cocoapods and Carthage frameworks provide.
To build from source, follow these simple steps:
What means Add the whole PXGoogleDirections project to your own Xcode project and
Add a dependency between the two projects and build?
PXGoogleDirections should be added at workspace level or myproject level?
The text was updated successfully, but these errors were encountered: