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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: src/platforms/ios_lib/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,5 @@ TNSCrashlyticsLogger: Using this wrapper because CLS_LOG macro is not accessible
17
17
- Right-click the file in the Products folder and open in Finder.
18
18
- In a Terminal `cd` to that folder, move up to the `Products` folder.
19
19
- Run `lipo -create -output "TNSCrashlyticsLogger" "Debug-iphonesimulator/TNSCrashlyticsLogger.framework/TNSCrashlyticsLogger" "Debug-iphoneos/TNSCrashlyticsLogger.framework/TNSCrashlyticsLogger"`.
20
-
- Use the resulting `TNSCrashlyticsLogger` file instead of the one generated inside any of the targets.
20
+
- Use the resulting `TNSCrashlyticsLogger` file instead of the one generated inside any of the targets.
21
+
- Troubleshoot: In case you get `ld: framework not found Pods_TNSCrashlyticsLogger` when building in xcode, select `TNSCrashlyticsLogger` target then go to `Build Phases` -> `Link Binary With Libraries` and remove `Pods_TNSCrashlyticsLogger`
0 commit comments