Skip to content

Issue installing module using Podfile  #101

@gui28347

Description

@gui28347

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions