Skip to main content
Known Participant
December 10, 2024
Answered

@rpath/ASLSupportLib.dylib error When I try to build a project on xcode 15.4 OSX 14.2.1

  • December 10, 2024
  • 4 replies
  • 723 views

I am building a project on my new machine having

OSX as 14.2.1 and XCode is 15.4 using InDesign CC2025 sdk

but getting following error

ld: file not found: @rpath/ASLSupportLib.dylib for architecture arm64
and in warning I see following - 

ld: warning: dylib (../../../build/mac/release_cocoa64/packagefolder/contents/macos/InDesignModel.framework/InDesignModel) was built for newer macOS version (11.1) than being linked (11.0)

 

Can anyone help me how to fix it

This topic has been closed for replies.
Correct answer Ravi25527747efwu

Hi @Alam5EC6

Please check that you add the library path from SDK/macos folder into "library search paths" option in build setting

please folloe the above steps:
1) Go to project build setting -> library search paths
2) add path "$(ID_SDK_ROOT)/build/mac/release_cocoa64/packagefolder/contents/macos/"

it should be works.

4 replies

Ravi25527747efwuCorrect answer
Inspiring
December 13, 2024

Hi @Alam5EC6

Please check that you add the library path from SDK/macos folder into "library search paths" option in build setting

please folloe the above steps:
1) Go to project build setting -> library search paths
2) add path "$(ID_SDK_ROOT)/build/mac/release_cocoa64/packagefolder/contents/macos/"

it should be works.

Alam5EC6Author
Known Participant
December 14, 2024

Thanks Ravi, adding it solve the issue

leo.r
Community Expert
Community Expert
December 12, 2024
quote

was built for newer macOS version (11.1) than being linked (11.0)

By @Alam5EC6

 

what version is in your Minimum Depoyments in the Target > General tab?

Participating Frequently
December 11, 2024

The requried compiler for InDesign 2025 on Mac is Xcode 15.2. Did you try it?

Alam5EC6Author
Known Participant
December 12, 2024

Yes try but that also gives same error
file not found: @rpath/ASLSupportLib.dylib for architecture x86_64

Alam5EC6Author
Known Participant
December 11, 2024

I could not find a solution - If someone has found anything then please share here