Summary: OpenSSL-Univeral cause app to crash with `rpath/OpenSSL.framework/OpenSSL' not found` when [debugger is not attached] (https://github.com/krzyzanowskim/OpenSSL/issues/115). Looks like this was caused by arm64e slice and it's now resolved in version 1.1.1000 It also updates the folly version to the latest checkout and solves this task T94605859. According to this task it has been asked by folly team to update its dependency to the latest version. ## Changelog Bump OpenSSL-Universal to version 1.1.1000 Use latest folly checkout v2021.06.14.00 Pull Request resolved: https://github.com/facebook/flipper/pull/2515 Test Plan: There are no code changes, this only removes problematic arm64 slice from OpenSSL-Universal xcframework. Reviewed By: nikoant Differential Revision: D29489739 Pulled By: priteshrnandgaonkar fbshipit-source-id: cd54eccddb9fb87c9e0e25c3b2cedbdb74408f92
SampleSwift
SampleSwift is a sample iOS app project demonstrating the use of Sonar in a Swift app.
Building
Make sure to install pods:
pod install
Then, open SampleSwift.xcworkspace and run the project.