Hi,
I'm very interested in bringing TrustInsights to our mobile banking app but I'm unable to get it working in Xcode 27 beta 1 and 2.
When adding an import I get "Unable to resolve module dependency: 'TrustInsights'" and I don't see TrustInsights in the list of Capabilities to add in the settings of the target.
best regards
Stefan
Are you sure you’ve selected an iOS run destination? I just tried reproducing your issue and everything worked for me.
Specifically:
-
Using Xcode 27.0b2 on macOS 26.5, I created a new app project.
-
I saved it as “Test835771”.
-
At the top, I selected Any iOS Device as the run destination.
-
In the Signing & Capabilities editor, I set the bundle ID to something unique (
com.example.apple-samplecode.eskimo1.Test835771). -
And chose my team, an Individual team, in the Team popup.
-
And added the Trust Insights capability.
-
In
ContentView.swift, I added this to the import section:import TrustInsights -
I chose Product > Build, and the app built just fine.
Now, obviously that’s not the same as me actually using the API, but it should be enough to get you started (-:
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"