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

Issue installing module using Podfile #101

Open
gui28347 opened this issue Feb 14, 2020 · 0 comments
Open

Issue installing module using Podfile #101

gui28347 opened this issue Feb 14, 2020 · 0 comments

Comments

@gui28347
Copy link

Which version of the SDK/iOS was used?

ios: 13.2
swift 5
Xcode: 11.13.1

What problem was encountered?

I'm using swift code 5, then using the bridge (.h) file importing all .h files locally.

My Podfile:
platform :ios, '8.0'

target 'CloudGPS' do
pod 'AZSClient'
end

It show that it is installing the module with no issues:
Analyzing dependencies
Downloading dependencies
Generating Pods project
Integrating client project
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

As soon when I close and reopen Xcode the build start failing with:
Library not found for -lAZSClient

Executing pod deintegrate it fix the build problem, but I don't have the Azure Storage commands.

How to fix this issue?

Have you found a mitigation/solution?

No

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

1 participant