Post

Replies

Boosts

Views

Activity

Comment on Xcode Arguments Passed On Launch won't load
In Edit Scheme -> Environment Variables, enter VECTOR_SIZE as Name and 10 as Value. In Edit Scheme -> Arguments Passed On Launch, enter -np 4 "$(BUILT_PRODUCTS_DIR)/$(EXECUTABLE_NAME)" "$(VECTOR_SIZE)" In this case, the environment variable "works" because Xcode can read the 10 value as I can read it in my C program. Can I ask you to be more syntactically clear?
3w