Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
Chilkat Forum
»
Operating Systems
»
iOS
»
- ld: library not found for -lstd++
« previous
next »
Print
Pages: [
1
]
Author
Topic: - ld: library not found for -lstd++ (Read 7385 times)
shekhar.gupta
Newbie
Posts: 1
Karma: +0/-0
- ld: library not found for -lstd++
«
on:
January 02, 2018, 02:24:48 AM »
I wanted to add XMP MetaData to JPG. I have followed the steps suggested by Chilkat, which is as follows
Step-1 Downloaded library files:
https://www.chilkatsoft.com/downloads_ios.asp
Step-2 Followed installation Guide:
https://www.chilkatsoft.com/chilkatSwiftIos.asp
Step-3 Swift XMP:
Adding XMP data to image:
https://www.example-code.com/swift/xmp_add_new.asp
Step-4 followed linking notes as well:
http://cknotes.com/tag/linking/
Getting following error:
ld: library not found for -lstd++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
«
Last Edit: January 02, 2018, 03:33:50 AM by shekhar.gupta
»
Logged
Print
Pages: [
1
]
« previous
next »
Chilkat Forum
»
Operating Systems
»
iOS
»
- ld: library not found for -lstd++