Hey everyone! Could anyone help me understand how ...
# ios
p
Hey everyone! Could anyone help me understand how to add an iOS dependency to my compose multiplatform app? I want to use iOS auth0 library but can't understand how to add it to build What I've tried to do: 1. Opened iosApp.xcodeproj via xcode 2. Added Auth0 library to the iosApp target in it 3. Received error on the import Auth0 library:
iosApp/iosApp/ContentView.swift:4:8: error: no such module 'Auth0'
4. 😵‍💫 I have no experience with iOS so probably my mistake is very simple but I can't resolve it by myself:)
Helped to add a step with this dependency to build phases: