Ratul Sarna
01/09/2024, 6:56 PMtoUIImage()
could be returning nil
when called from Swift in the iOS project? The assets (images) and generated class show the image correctly in the build directory.alex009
01/10/2024, 3:08 AMRatul Sarna
01/10/2024, 6:45 AM- shared
-- data/resources
So, the 2 bundles are projectname.shared.data/resources.bundle
and projectName/shared.bundle
Inside these bundles, I see the following file and directory structure -
- Contents
-- Info.plist
-- Resources
--- Assets.car
--- files
---- <empty>
alex009
01/10/2024, 9:16 AMRatul Sarna
01/10/2024, 9:27 AMalex009
01/10/2024, 9:28 AMRatul Sarna
01/11/2024, 6:49 AMresources-gallery
project. Receiving this error -
Showing Recent Messages
> Task :mpp-library:linkPodDebugFrameworkIosSimulatorArm64 FAILED
e: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
The /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: unknown options: -ios_simulator_version_min -sdk_version
Could you help, please?alex009
01/11/2024, 7:21 AMRatul Sarna
01/11/2024, 7:34 AMresources-gallery
project. It is not nil
. So, I must be doing some misstep in configuration. Any ideas? Can I give you any additional info to figure out what could be reason?alex009
01/11/2024, 10:40 AMfind .
inside your .app
directory?Ratul Sarna
01/15/2024, 11:50 AM